google.golang.org/grpc.csAttempt.trInfo (field)
17 uses
google.golang.org/grpc (current package)
stream.go#L433: trInfo: trInfo,
stream.go#L449: if a.trInfo != nil {
stream.go#L450: a.trInfo.firstLine.SetRemoteAddr(a.t.RemoteAddr())
stream.go#L567: trInfo *traceInfo
stream.go#L1013: if a.trInfo != nil {
stream.go#L1015: if a.trInfo.tr != nil {
stream.go#L1016: a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L1071: if a.trInfo != nil {
stream.go#L1073: if a.trInfo.tr != nil {
stream.go#L1074: a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L1148: if a.trInfo != nil && a.trInfo.tr != nil {
stream.go#L1150: a.trInfo.tr.LazyPrintf("RPC: [OK]")
stream.go#L1152: a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
stream.go#L1153: a.trInfo.tr.SetError()
stream.go#L1155: a.trInfo.tr.Finish()
stream.go#L1156: a.trInfo.tr = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)